home *** CD-ROM | disk | FTP | other *** search
/ Software Vault: The Gold Collection / Software Vault - The Gold Collection (American Databankers) (1993).ISO / cdr50 / idpds10.zip / IDOOR.BI < prev    next >
Text File  |  1993-04-09  |  3KB  |  78 lines

  1.  '*************************************************************************
  2.  '* This file must be included in all your modules to access these subs & *
  3.  '* functions.  Also please read the docs for a better explanation about  *
  4.  '* the common shared variables.                                          *
  5.  '*************************************************************************
  6.  
  7.  DECLARE FUNCTION SetArraySize% (row1%, col1%, row2%, col2%)
  8.  DECLARE FUNCTION Isalpha% (ch$)
  9.  DECLARE FUNCTION DialogBox% (List$(), Row%, Col%, length%, BoxWidth%, Sort$, Hotkey$, Escape$, BorderType%, TopForeColor%, BottomForeColor%, BackGround%, TextColor%)
  10.  DECLARE FUNCTION EXIST% (filename$)
  11.  DECLARE FUNCTION Hitkey$ (Who)
  12.  DECLARE FUNCTION InputData$ (Allowed%, Fore%, Back%, Temp$, Mask$, Hotkey$)
  13.  DECLARE FUNCTION Max% (First%, SSecond%)
  14.  DECLARE FUNCTION Min% (First%, SSecond%)
  15.  DECLARE FUNCTION OpenBinary% (filename$)
  16.  DECLARE FUNCTION OpenInput% (filename$)
  17.  DECLARE FUNCTION OpenOutPut% (filename$)
  18.  DECLARE FUNCTION OpenAppend% (filename$)
  19.  DECLARE FUNCTION Timer2! ()
  20.  DECLARE FUNCTION CheckTermulation ()
  21.  DECLARE FUNCTION SendAnsi% (filename$)
  22.  DECLARE FUNCTION SendAvatar% (filename$)
  23.  DECLARE FUNCTION SendText% (filename$)
  24.  DECLARE SUB LineFeed (Number%)
  25.  DECLARE SUB BackSpace (Number%)
  26.  DECLARE SUB ClearLine ()
  27.  DECLARE SUB PutAnsiScreen (scrn%(), row1%, col1%, row2%, col2%, Fast$)
  28.  DECLARE SUB Initialize ()
  29.  DECLARE SUB ExitDoor ()
  30.  DECLARE SUB MakeWindow (row1%, column1%, row2%, Column2%, Header$, header2$, BorderType%, TopForeColor%, BottomForeColor%, BackGround%, HeaderColor%)
  31.  DECLARE SUB SendColorLine (LineNumber%, Column%, TextLine$, Fore%, Back%)
  32.  DECLARE SUB ChangeColor (Fore%, Back%)
  33.  DECLARE SUB ChangePos (R%, C%)
  34.  DECLARE SUB CheckAllStuff (K$)
  35.  DECLARE SUB CheckColor (TextLine$)
  36.  DECLARE SUB CurSorLeft (Number%)
  37.  DECLARE SUB CursorDown (Number%)
  38.  DECLARE SUB CursorUp (Number%)
  39.  DECLARE SUB CursorRight (Number%)
  40.  DECLARE SUB Rinstr (St$, st2$, Found%)
  41.  DECLARE SUB SendCode (St$)
  42.  DECLARE SUB SendLongString (St$)
  43.  DECLARE SUB SendPlainCode (St$)
  44.  DECLARE SUB ClearWindow ()
  45.  DECLARE SUB GetAnsiScreen (scrn(), row1%, col1%, row2%, col2%)
  46.  DECLARE SUB SortSt (Array() AS STRING)
  47.  DECLARE SUB ANSIMusic (musicst$)
  48.  DECLARE SUB EnterKey (St$, Fore%, Back%, Row%, Col%)
  49.  DECLARE SUB RestoreCursor ()
  50.  DECLARE SUB SaveCursor ()
  51.  DECLARE SUB SendPlainLine (Row%, Col, St$, Fore%, Back%)
  52.  
  53.  
  54.  '*************************************************************************
  55.  '* These are the variables you can access.  Not all of the variables can *
  56.  '* be changed.  Please refer to the IDOOR.DOC for an explanation of each.*
  57.  '*************************************************************************
  58.  
  59.  COMMON SHARED UserLocation$
  60.  COMMON SHARED BaudRate$
  61.  COMMON SHARED Port
  62.  COMMON SHARED BBSName$
  63.  COMMON SHARED SysopName$
  64.  COMMON SHARED DisplayType
  65.  COMMON SHARED UserName$
  66.  COMMON SHARED TimeLeft
  67.  COMMON SHARED SecurityLevel&
  68.  COMMON SHARED XPos
  69.  COMMON SHARED YPos
  70.  COMMON SHARED SysopScrollColor
  71.  COMMON SHARED SysopPromptColor
  72.  COMMON SHARED SysopHighColor
  73.  COMMON SHARED SysopTextColor
  74.  COMMON SHARED Node
  75.  COMMON SHARED DoorType
  76.  COMMON SHARED DoorDirectory$
  77.  COMMON SHARED Dinfo$()
  78.